This adds a patch for the vanilla kernel, to be pushed upstream some
authorkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 11 Jul 2005 15:46:46 +0000 (15:46 +0000)
committerkaf24@firebug.cl.cam.ac.uk <kaf24@firebug.cl.cam.ac.uk>
Mon, 11 Jul 2005 15:46:46 +0000 (15:46 +0000)
commit1818334292d1cb091200e142ce602a8c2a0051d2
treec0bf3007a5f512032dedef4776d5bfe6ff375863
parent2a5fe02e86dcb1b0fe99818b358a275afce27b24
This adds a patch for the vanilla kernel, to be pushed upstream some
day. It adds a #define which is 1 or 0 depending on whether the pmd
for the kernel address space is shared or not. Xen can't use a
shared pmd due to linear mappings in the Xen private area.

Also includes patches for modified files in the sparse tree.

Signed-off-by: Gerd Knorr <kraxel@suse.de>
Signed-off-by: Keir Fraser <keir@xensource.com>
linux-2.6-xen-sparse/arch/xen/i386/mm/pgtable.c
linux-2.6-xen-sparse/include/asm-xen/asm-i386/pgtable-2level-defs.h
patches/linux-2.6.12/pmd-shared.patch [new file with mode: 0644]